Welcome![Sign In][Sign Up]
Location:
Search - hough transform

Search list

[Graph programchipjiance

Description: 贴片机片式元件的检测方法分析,最小二乘法和霍夫变换相结合!-Chip Mounter detection components analysis, least square method and the combination of Hough Transform!
Platform: | Size: 366592 | Author: 姜利 | Hits:

[matlabDoorDetector

Description: Project with GUI for door and other rectangular objects. Uses hough transform and neural-network based recognition. (MATLAB r2007b)
Platform: | Size: 8200192 | Author: Alex | Hits:

[Graph programkht_sandbox-1.0.2-source

Description: HOUGH TRANSFORM,用于直线检测!-KERNEL-BASED HOUGH TRANSFORM FOR DETECTING STRAIGHT LINES IN IMAGES
Platform: | Size: 6332416 | Author: 汪康 | Hits:

[Special Effectshough

Description: 霍夫变换,基于视网膜图片的霍夫变换,C++Builder环境下运行-Hough transform, Hough transform-based retinal image, C++ Builder environment running
Platform: | Size: 4096 | Author: 木木 | Hits:

[Internet-Network1

Description: radius detection through hough transform
Platform: | Size: 1024 | Author: sanjay | Hits:

[Special Effectshough

Description: 在噪声服从高斯分布的背景中,采用固定长线段滑动的方法,用Hough变换来实现对弱线段的检测。-With the Hough transform to achieve the right detection of the weak segment
Platform: | Size: 1024 | Author: 哓哓 | Hits:

[VC/MFChough

Description: 利用hough变换提取直线,利用VC++实现-Using hough transform to extract a straight line, using VC++ to achieve
Platform: | Size: 3295232 | Author: 凌凌 | Hits:

[Windows DevelopParcial2

Description: hough transform this code finds the lines in an image
Platform: | Size: 54272 | Author: twinmill | Hits:

[Software Engineeringhoughcircle

Description: Hough transform for line detection. (very fast and easy solution). written by : Ebaadat Ghanbari Parmehr. Nov.21.2004. University of Tehran. Faculty of Engineering. Surveying and Geomatics Department. Photogrammetry Devision.
Platform: | Size: 20480 | Author: Carlos | Hits:

[Software Engineeringhough

Description: houghline transform, it it uses canny edge detection and hough transform. It then places a red line over any detected straight lines.
Platform: | Size: 86016 | Author: markman86 | Hits:

[Special EffectsHough

Description: 这是一篇有hough变换来实现检测圆的文章,非常的有用,希望能对大家有所帮助。-This is the hough transform to realize there is a test round of articles, very useful, hope you can help.
Platform: | Size: 195584 | Author: 李英 | Hits:

[Windows DevelopHough

Description: 利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
Platform: | Size: 1828864 | Author: 331 | Hits:

[Documentsheart_hough

Description: heart high level segmentation and Generalized hough transform
Platform: | Size: 835584 | Author: Amburose | Hits:

[Special Effectshough

Description: 在MFC的平台上,根据霍夫变换(hough变换)的原理检测圆。-In the MFC' s platform, according to Hough transform (hough transform) the principle of detection of a round.
Platform: | Size: 1948672 | Author: jiaojiao003 | Hits:

[Otherattachments_13_12_2009

Description: hough transform implementation
Platform: | Size: 1052672 | Author: sonia | Hits:

[Special EffectsHough

Description: Hough变换,可以直接运行,有测试图片.-Hough transform can be directly run a test picture.
Platform: | Size: 11264 | Author: zss | Hits:

[Special EffectsSkewDetectionAndCorrectionMethod

Description: 文本图像在扫描输入时产生的倾斜现象会对后续的页面分割及光学字符识别(OCR)处理产生很大的影响,而传统的标准Hough变换虽然具有对噪声不敏感,不依赖于直线连续性的优点,但由于计算量偏大,速度慢,在实用时有较大的局限性.提出一种基于改进的Hough变换的文本图像倾斜校正方法,通过在变分辨率图像中采用不同的文本方向提取算法,及选择合理投票门限等改进Hough变换的措施,减小了由图像区域及文字笔画粗细所产生的对倾角判定的不利影响,并使用基于偏移值的方法实现页面倾斜的快速校正.实验结果表明,该算法实现了大范围高精度的文本图像倾角的快速检测,具有较强的实用性.-Skew detection and correction method of document images based on improved Hough transform
Platform: | Size: 1075200 | Author: Leo | Hits:

[GDI-BitmapHough

Description: Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the methods. The basic principle of Hough transform is to use point and line duality, the original image space, the curve of a given expression through the curve into a parameter space of a point. This put the original image in the detection of a given curve is transformed into a parameter space to find problems in the peaks. That is to detect the overall characteristics of transformation for the detection of local features. For example a straight line, ellipse, circle, arc and so on.
Platform: | Size: 24576 | Author: 王超 | Hits:

[matlabHoughObject

Description: Circles We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of fixed radius can be described fully by the location of its center (x, y). Think of each feature (edge) point on the circle as saying, ”if I’m on the circle, the center must be in one of these places”. It turns out that the locus of these votes is itself a circle. But what about circles of unknown size? In this case, we need a third parameter: the radius of the circle. So, we can parameterize circles of arbitrary size by (x, y, r). Instead of casting votes in a circular pattern into a two-dimensional accumulator, we cast votes in circles of successively larger size in a three-dimensional accumulator.
Platform: | Size: 104448 | Author: mina | Hits:

[matlabHough

Description: 此程序包包含了霍夫变换的大部分主要程序,常用于抑制噪音等-This package contains the Hough transform most of the major procedure commonly used in noise suppression
Platform: | Size: 7011328 | Author: zhaoye | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net